Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nx from 16.5.5 to 16.6.0 #3371

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps nx from 16.5.5 to 16.6.0.

Release notes

Sourced from nx's releases.

16.6.0

16.6.0 (2023-07-31)

Bug Fixes

  • angular: automatically skip remotes not in the current workspace #17473 (#17497) (c64f26e)
  • bundling: update the browsers for es5 terser check (#17784) (8c9ad0d)
  • core: add license information for native packages (#17964) (d42d2f4)
  • core: ensure external dependency hashes are resolved in a deterministic way (#17926) (65adb94)
  • core: ensure yarn runs install with correct version (#17997) (d0c3772)
  • core: parse project configs only in js (#18009) (c04053b)
  • js: add watchIgnore and runBuildTargetDependencies options to speed up build (#17953) (c6a0615)
  • js: ignore dependencies from non-index root files for create-package-json (#17930) (28a071f)
  • js: remove duplicate alias (#17978) (ccd195d)
  • js: restore registry for only localhost (#17999) (8d5cfcc)
  • nextjs: Update @​types/react version for yarn resolution (#18028) (b1f19e3)
  • storybook: optional chain .length in utils (#18001) (3edbe49)
  • storybook: properly identify file as story (#18016) (21007d8)
  • angular: explicitly depend on find-cache-dir to avoid npm resolution conflict (#18049) (a08cb91)
  • core: add missing perf_hooks import in tasks-runner/cache (#18043) (e255827)
  • core: fix project configuration typings (#18073) (bcb3251)
  • core: handle undefined target defaults (#18044) (92926b9)
  • core: remove throttle from watch (#18077) (460e469)
  • js: post-process skipped tasks by the ts compiler in tsc batch implementation (#17938) (d10aeb4)
  • misc: fix migrations updating target options to consider target defaults (#18064) (8be6558)
  • storybook: dont throw if no project-level tsconfig (#18027) (878955b)
  • core: use concat in buildAllWorkspaceFiles to avoid Maximum call stack size exceeded (#18065) (c364207)
  • linter: skip verifying deps of deps by default in package.json (#18058) (ae773d5)
  • misc: prompt for workspace name when creating it using nx init (#18079) (6ce7fc5)
  • storybook: change storybook tsconfig path in eslint file too (#18101) (e545db7)
  • core: do not duplicate output of tasks executed in batch mode (#18084) (d489de5)
  • core: remove fatal: no path specified logs from daemon (#18117) (b61373a)
  • storybook: install core-js for non-vite libs (#18115) (2a888ad)
  • core: ensure graph creation keeps dep type in worker mode (#18156) (21bf6cd)
  • core: ensure proper yarn version detection even for nested projects (#18052) (10fc4dd)
  • core: generate npm preset correctly (#18164) (36cd6b0)
  • core: write file directly instead of using fs-extra.outputFileSync (#18129) (187842e)
  • js: run build in watch mode when specified for faster recompile time (#18145) (e2c0abc)
  • misc: stat collector filters out version 16 (#18149) (57b2a76)
  • misc: update invalid main field in @​nrwl/eslint-plugin-nx package.json (#17974) (2fa248d)
  • nx-dev: hide toc on reference pages (#18136) (d0eb029)
  • core: check if socketMessenger is null before using (#18116) (eecbde5)
  • core: correctly output created and update events for the watcher on macos (#18186) (fb0f1f0)
  • core: do not cache external dependency hashes if they are not fully resolved (#18020) (c3d4bfe)
  • core: handle complex glob patterns within rust (#18242) (b6db266)
  • core: improve error handling for getting metadata during file wa… (#18223) (4ef66f4)
  • core: migrate old invalid glob syntax in target outputs (#18191) (fef5b65)
  • core: remove old example and help text from show remnants (#18228) (c2c06c1)
  • core: run ensurePackage with node_modules for yarn berry (#18144) (2c1d4ba)
  • core: use package.json version in yarn parser when node_modules are unavailable (#18121) (d9a95b6)

... (truncated)

Commits
  • 989f7f8 chore(repo): update nx to 16.6.0-beta.8 (#18356)
  • 80c470a fix(core): do not error when hashing executors which are local plugins (#18372)
  • 3eba026 fix(core): fix performance of hashing external dependencies up front (#18359)
  • 0fd8859 fix(js): resolve imports as native node apis before npm modules (#18358)
  • b25d5b0 fix(core): deterministically hash external nodes (#18354)
  • e4d2338 fix(core): fix dep outputs hashing (#18331)
  • 423a68b fix(core): improve yarn tarball detection (#18335)
  • aa557a0 fix(core): shell script invocation should use yarn for berry (#18326)
  • 2b67959 fix(core): fix migration and warn for invalid outputs (#18310)
  • eef0bd5 chore(core): reenable glob tests (#18320)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @jdalrymple.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 16.5.5 to 16.6.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.6.0/packages/nx)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type:dependencies Changes upgrade or remove dependencies label Aug 1, 2023
Copy link
Owner

@jdalrymple jdalrymple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2023

Superseded by #3379.

@dependabot dependabot bot closed this Aug 16, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx-16.6.0 branch August 16, 2023 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies Changes upgrade or remove dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant